Revert r45038 "only call pageStats function in Skin::printFooter if $wgArticle is...
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 30 Dec 2008 21:34:25 +0000 (21:34 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 30 Dec 2008 21:34:25 +0000 (21:34 +0000)
commitc6ee6a091b14a5300094d6e7a2cf85dcccb25ae7
tree9b56d09b635e8036c8f97ad661482a894ac71371
parent2f7bec8f74c922e825f6e4f893607db4106d5f4a
Revert r45038 "only call pageStats function in Skin::printFooter if $wgArticle is an object. this might not always be the case (tested with a custom skin extending the Skin class) and if so, a fatal error is shown on the page (tested with Special: pages) and footer won't be rendered"
Skin::pageStats() has checks meant to catch this already. If they're faulty, fix them there.
includes/Skin.php